[pentest/gdb] Cleanup gdb tests and add the rom_ext_imm test - #31270
Merged
siemen11 merged 1 commit intoSep 10, 2026
Conversation
siemen11
force-pushed
the
gdb_test_cleanup_earlgrey
branch
from
September 9, 2026 13:50
8f7f100 to
0044298
Compare
siemen11
force-pushed
the
gdb_test_cleanup_earlgrey
branch
from
September 9, 2026 15:07
0044298 to
134b8aa
Compare
siemen11
force-pushed
the
gdb_test_cleanup_earlgrey
branch
from
September 9, 2026 19:36
134b8aa to
371bcfe
Compare
siemen11
force-pushed
the
gdb_test_cleanup_earlgrey
branch
from
September 9, 2026 19:41
371bcfe to
1567392
Compare
nasahlpa
approved these changes
Sep 10, 2026
The GDB fault simulations can be made faster and more accurate (no missed PCs) using better handling of openocd: - Breakpoint misfire recovery: if jtag/openocd delays happen, do not abort the campaign but retry - Connection check: check gdb health by pinging it and extend openocd restart delays - UART clean: empty UART at every test to ensure no stale data is read out - Switch to hardware breakpoints for observation points Add tags to run a specific test in a larger python unittest. Fix the rom_ext_imm double otp read issue that was bricking gdb. Add the rom_ext_imm test from master. Signed-off-by: Siemen Dhooghe <sdhooghe@google.com>
siemen11
force-pushed
the
gdb_test_cleanup_earlgrey
branch
from
September 10, 2026 07:50
1567392 to
381c982
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The GDB fault simulations can be made faster and more accurate (no missed PCs) using better handling of openocd:
Add tags to run a specific test in a larger python unittest. Fix the rom_ext_imm double otp read issue that was bricking gdb.
Also add the rom_ext_imm test from master.